home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
PASSRC.ZIP
/
WRITEMR.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1991-02-04
|
186 b
|
17 lines
program Guppy_The_Fish;
begin
Write('This will ');
Write('all be ');
Writeln('on one line.');
end.
{ Result of execution
This will all be on one line.
}